Writeable Class Interface

Provides "specs" for methods which can be used with REALbasic classes to write data to disk or ports.

Events

None

Properties

None

Methods

Flush

WriteError


classname.Write(data)

PartTypeDescription
data String The text that is to be written.


Notes

The BinaryStream, IPCSocket, Serial, StdErr and StdOut (console applications only), TCPSocket, and TextOutputStream provide the Writeable class interface. If you implement this class interface in your application, you must provide the methods with the parameters as shown here.

For more information about class interfaces and how to implement them, see the section "Class Interfaces" in the User's Guide.


See Also

BinaryStream, IPCSocket, Serial, StdErr, StdOut, TCPSocket, TextOutputStream classes.